home *** CD-ROM | disk | FTP | other *** search
- object messageform: Tmessageform
- Left = 265
- Top = 203
- BorderStyle = bsDialog
- Caption = 'messageform'
- ClientHeight = 91
- ClientWidth = 223
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 193
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Caption = 'Data file is corrupt, Please re-install.'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 209
- Height = 50
- Shape = bsFrame
- end
- object Button1: TButton
- Left = 144
- Top = 64
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-